home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
DEMON
/
UTILS
/
BUD.ARC
/
MakeBUD
< prev
next >
Wrap
Text File
|
1996-06-12
|
767b
|
37 lines
# Project: BUDecode
# Toolflags:
CCflags = -c -depend !Depend -IC: -IOSLib: -g -throwback
Linkflags = -aif -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags =
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
# Final targets:
@.bud: @.o.main @.o.bud C:o.AnsiLib OSLib:o.OSLib
Link $(Linkflags) @.o.main @.o.bud C:o.AnsiLib OSLib:o.OSLib
# User-editable dependencies:
# Static dependencies:
@.o.main: @.c.main
cc $(ccflags) -o @.o.main @.c.main
@.o.bud: @.c.bud
cc $(ccflags) -o @.o.bud @.c.bud
# Dynamic dependencies:
o.main: c.main
o.main: h.bud
o.bud: c.bud
o.bud: h.bud
o.bud: OSLib:h.osfile
o.bud: OSLib:h.types
o.bud: OSLib:h.os